home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / book310.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  220 b   |  10 lines

  1. on mouseDown
  2.   set the moveableSprite of sprite 32 to 0
  3.   if pressLessonButton(32) then
  4.     pupSprites(1, 48, 0)
  5.     set textString to the text of field "book text"
  6.     printText(textString)
  7.   end if
  8.   updateStage()
  9. end
  10.